Method: Chef::Node#<=>

Defined in:
lib/chef/node.rb

#<=>(other) ⇒ Object



708
709
710
# File 'lib/chef/node.rb', line 708

def <=>(other)
  name <=> other.name
end